Actually deprecate GtkNotebook::has-tab-gap
authorMatthias Clasen <mclasen@redhat.com>
Mon, 11 Jan 2016 18:58:37 +0000 (13:58 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 11 Jan 2016 18:58:37 +0000 (13:58 -0500)
gtk/gtknotebook.c

index 825ffd6c10d957e2b9ae3bf111bce45a7f198d54..b32c9939e3bd1e7b56d7eafaf1ed77c8cbf11abc 100644 (file)
@@ -1018,7 +1018,7 @@ gtk_notebook_class_init (GtkNotebookClass *class)
                                                                  P_("Tab gap"),
                                                                  P_("Active tab is drawn with a gap at the bottom"),
                                                                  TRUE,
-                                                                 GTK_PARAM_READABLE));
+                                                                 GTK_PARAM_READABLE | G_PARAM_DEPRECATED));
 
   /**
    * GtkNotebook::switch-page: